home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fbtrial.zip / FBDEMO.EXE / READ.ME < prev    next >
Text File  |  1988-09-07  |  3KB  |  76 lines

  1.     Fastback Plus 2.0
  2.     1988
  3.  
  4.  
  5.  
  6. BATCH EXAMPLES
  7.  
  8. The files BACKUP.BAT and RESTORE.BAT on the distribution
  9. disk are examples of using the batch processor in Fastback
  10. Plus.
  11.  
  12. To do a full backup of your hard disk, just type:
  13.  
  14.      BACKUP C<ENTER>
  15.  
  16. at the DOS prompt, where C may be any hard disk letter.
  17.  
  18.  
  19. To do a full restore, just type:
  20.  
  21.      RESTORE C<ENTER>
  22.  
  23. at the DOS prompt, where C may be any hard disk letter.
  24.  
  25.  
  26. MACRO COMMAND LANGUAGE CHANGES:
  27.  
  28. Some last minute improvements were made to FASTBACK PLUS's Macro
  29. Command Language that will improve the appearance and usability of
  30. your customized batch operations.  These changes are:
  31.  
  32. Batch File Message System
  33. To insert custom messages in a keystroke macro, delimit the desired
  34. message with the brace characters "{" and "}".  This will cause a message
  35. window to "pop up" on the screen during keystroke playback.  
  36.  
  37. In order for the message to remain on the screen until a key is
  38. pressed, the apostrophe must be added immediately after the closing brace
  39. to provide a pause.  For example, the command 
  40.  
  41. {Insert the diskette labeled DAILY 3 in drive A:}'
  42.  
  43. when placed in a keystroke macro will cause the message enclosed in
  44. braces to be displayed.  The apostrophe after the message causes the
  45. program to pause and prompts the user to "Press <SPACE> bar to
  46. continue, or Press <ESCAPE> to abort."  If no message is included in
  47. the braces, a default message is substituted.
  48.  
  49.  
  50. "Invisible" Menus in Macros
  51. During keystroke playback, any operations that are placed within the
  52. bracket symbols "[" and "]" will be invisible.  The symbol "[" is for
  53. BEGIN INVISIBLE MODE and "]" is for END INVISIBLE MODE.  These symbols
  54. cause all menus except progress menus and menus requiring user input
  55. to be hidden from view.
  56.  
  57.  
  58. EXAMPLES
  59. Since all of the Macro Command Language commands can be used from the
  60. command line as well as from a keystroke file, we have provided the
  61. following command line that will demonstrate the above language
  62. additions:
  63.  
  64. FB [S)S{THIS IS A SAMPLE OF THE MACRO COMMAND ADDITIONS.  PRESS "ENTER" 
  65.  TO EXIT TO DOS}'Q)Q)
  66.  
  67. This command line executes FASTBACK PLUS, initiates the Invisible Menu
  68. Mode, goes to the Start Backup choice on the main menu, proceeds to
  69. the Backup screen, displays the sample message, waits for you to hit
  70. <ENTER>, then exits to DOS.  Notice that all menus are invisible
  71. except the actual Backup screen; this provides a much cleaner looking
  72. screen during the procedure.
  73.  
  74. Further information on the Macro Command Language can be found in the
  75. FASTBACK PLUS Instruction Manual on pages 88 through 101.
  76.